home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 26
/
Cream of the Crop 26.iso
/
os2
/
plnk081.zip
/
pilot-link.0.8.1
/
Java
/
Pdapilot
/
SysInfo.java
< prev
next >
Wrap
Text File
|
1997-08-03
|
258b
|
14 lines
package Pdapilot;
public class SysInfo {
public int romVersion;
public int locale;
public String name;
public String toString() {
return "<Pdapilot.SysInfo ROMversion "+romVersion+", locale "+locale+
", name '"+Util.prettyPrint(name)+"'>";
}
}